home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 April / cd24-www.iso / poland / Holland HiT / stylmenu.css < prev    next >
Cascading Style Sheet File  |  1999-02-21  |  667b  |  41 lines

  1. A  {
  2.     font-size : 8pt;
  3.     font-family : Helvetica, Arial, sans-serif;
  4.     color : Black;
  5.     font-weight : bold;
  6. }
  7.  
  8. A:Visited  {
  9.     font-size : 8pt;
  10.     font-family : Helvetica, Arial, sans-serif;
  11.     color : Silver;
  12.     font-weight : bold;
  13. }
  14.  
  15. A:Active  {
  16.     font-size : 8pt;
  17.     font-family : Helvetica, Arial, sans-serif;
  18.     color : Yellow;
  19.     font-weight : bold;
  20. }
  21.  
  22. A:Hover  {
  23.     font-size : 8pt;
  24.     font-family : Helvetica, Arial, sans-serif;
  25.     color : White;
  26.     font-weight : bold;
  27. }
  28.  
  29. B  {
  30.     font-size : 10pt;
  31.     font-family : Helvetica, Arial, sans-serif;
  32.     font-weight : bold;
  33. }
  34.  
  35. <BODY>  {
  36.     text-align : right;
  37.     background-color : Gray;
  38.     margin-right : 5;
  39. }
  40.  
  41.